home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.3 / Video Toaster v4.3.iso / 4.2 / arexx / editor / oz / oz_docs < prev    next >
Text File  |  1998-04-16  |  13KB  |  350 lines

  1.   To use this reader:  mouse click in window, press 'h' for help
  2.   To return to Flyer:  click close gadget, Press "LeftAmiga+M"
  3.  
  4.  
  5.  
  6.  
  7.            OZ - Arexx routines (v1.3) by Aussie (1/04/96)
  8.            -----------------------------------------------
  9.                      requires Flyer version 4.1+
  10.  
  11.      Here are some timesavers.
  12.  
  13.      What is a timesaver?  Any simple tool that elimates having to 
  14.   press the same button 50 times in a row.
  15.  
  16.  
  17.   For example:
  18.  
  19.      Why should we have to use our brain (a precious resource) to 
  20.   remember & add 2 timecode numbers to butt one audio to another?  Or
  21.   to cut a simple 'um' out of a narration?
  22.  
  23.      Or how about turning every audio volume of over 100 video clips 
  24.   down by 50%.  (It could happen)    Or the hassle when setting music 
  25.   volume up's & down's around a narration.    Or simply adjusting a 
  26.   set of linked audio clips to a new start time. 
  27.  
  28.   So...
  29.      Many of these areas may be addressed by future versions of the 
  30.   flyer and eliminate the need for some of these ARexx solutions.  In 
  31.   the meantime here are some routines that help take the drudgery out 
  32.   of editing and expand our editors tool box.
  33.  
  34.         Enjoy.
  35.  
  36.  
  37.                           Improved OZ freebies
  38.                           --------------------
  39.  
  40.      The OZ freebies may be shared & posted to any interested parties 
  41.   providing: (1) that all files are included and (2) that no charge 
  42.   greater than $5 for disk & duplicating is made for the set.  NewTek 
  43.   has also been given permission to include them with Flyer updates.  
  44.  
  45.   File names...
  46.      Files starting with "1-" only affect one spot or clip.  Wheras 
  47.   files starting with "Grp-" or "Set-" control many clips, sometimes 
  48.   from the selected (or highlighted) clip, through to a STOP icon 
  49.   (found in the effects/control folder) or even the End of Project.
  50.  
  51.   Folder names...
  52.      These are all in a drawer called OZ (for the Ozzies from  
  53.   Ozstralia). This saves them being mixed up with your other Arexx 
  54.   stuff.  A suggestion: put some of the other Arexx routines away into 
  55.   new folders and clean up the clutter.  Call folders: NTek, SndTools, 
  56.   PicTools or Old etc.
  57.  
  58.      You can of course ignore me and move any of these new routines 
  59.   into the main ARexx drawer or anywhere else.  They will all run from 
  60.   anywhere and do not need each other.
  61.  
  62.      As with any new utility, you should probably save your project 
  63.   before trying these.  They will not touch your disks in any way, 
  64.   only the project in memory at the time.  They all give you a cancel 
  65.   option (eventually) if you wish to skip the routine.
  66.  
  67.   ***   Note: Filenames...  I like the routines to be displayed in a 
  68.   certain order, regardless of the filename, therfore many of the 
  69.   files have a number at the beginning of their names (e.g. 61-????.)  
  70.   You may change this to rearrange the order.
  71.  
  72.  
  73.                         How to use...
  74.                         -------------
  75.  
  76. 1-Butt.rexx V1.3
  77.  
  78.    Butt one pair of audio clips together so that the second clip 
  79. starts immediately after the first one ends.
  80.  
  81.    To use: highlight the second of two AUDIO clips (placed together 
  82. in a row, then run this ARexx routine.  The second AUDIO clip will be 
  83. set to immediately start after the first clip ends. (Great for butting 
  84. music & narration bits back together.)
  85.  
  86. --------------------------------------------------------------
  87.  
  88. 1-Cut.rexx V1.3
  89.  
  90.    Cuts the second (of 2 duplicate audio clips) out of the first - 
  91. great for removing "um's & ahs" out of narrations
  92.  
  93. To use:  Before starting this ARexx...
  94.  
  95.   (1) In your project screen, first select the AUDIO clip (that you 
  96. wish to edit) & then 'duplicate' it.  (You now have two identical 
  97. audio clips in a row)
  98.  
  99.   (2) Now select the SECOND AUDIO CLIP & open its 'controls'
  100.  
  101.   (3) Slide in 'IN' & 'OUT' markers to surround the section to have 
  102. removed from the clip (i.e. surround the "um" or "ah".) & close its 
  103. window when done
  104.  
  105. From this point on everything is automated by ARexx, there are no 
  106. numbers to remember, start times to add together etc.
  107.  
  108.   (4) Run this ARexx routine (with the second audio clip still  
  109. highlighted)
  110.  
  111.    The Arexx routine will alter the 2 audio clips & set them up as 
  112. you would have done.  The first clip will have the start through to 
  113. the cut point; the "um" or "ah" is skipped over; & the second clip now 
  114. has the remainder of the narration.  You can start over by duplicating 
  115. the second clip & begin your next 'cut'.
  116.  
  117.    Note that the start time of the second clip has also been  
  118. 'butted' up to the first clip, and is set to play immediately after 
  119. the first is complete.  (Great for butting narration bits back 
  120. together.)
  121.  
  122. --------------------------------------------------------------
  123.  
  124. 1-Volume.rexx V1.3
  125.  
  126.    Opens a requestor to change the audio volumes of a single crouton 
  127. (VIDEO clip w/audio or just an AUDIO Clip).  Simply saves having to 
  128. repeatedly open a Fine Tune Window.
  129.  
  130.    To use: highlight a clip and run this ARexx program.
  131.  
  132. *** Note Flyer 4.1 allows you to open all Fine Tune Windows - but look 
  133. at our new program set, "CoPilot" for more audio control.
  134.  
  135. --------------------------------------------------------------
  136.  
  137. 1-XFade.rexx V1.3
  138.  
  139.    Performs an AUDIO crossfade with 2 video clips (& it can match a 
  140. SLOW FADE effect's timing.)
  141.  
  142. *** Note Flyer 4.1 features an auto audio crossfade that matches the 
  143. length of the transition effect (HOORAY!) But this will still be handy 
  144. if you want a crossfaded audio that is a different length then the 
  145. video transition, or if you want crossfading audio over a video cut.
  146.  
  147.    To use: select & highlight the SECOND of 2 adjoining VIDEO clips, 
  148. or the EFFECT icon that is inbetween two VIDEO clips.  Then run this 
  149. ARexx routine.  You can set the fade speed and the volume of the 
  150. second clip.  The audio tracks will overlap and fade at the same 
  151. speed.
  152.  
  153. --------------------------------------------------------------
  154.  
  155. 1-XVols.rexx V1.3
  156.  
  157.    Allows you to quickly set volume changes in a clip of music.  
  158. This sets delays, out points, fade times, and volume levels     
  159.  
  160. To use:  Before starting this ARexx...
  161.  
  162.   (1) In your project screen, first select the AUDIO clip (that you 
  163. wish to control) & then 'duplicate' it.  (You now have two identical 
  164. audio clips in a row)
  165.  
  166.   (2) Now select the SECOND AUDIO CLIP & open its 'controls'
  167.  
  168.   (3) Slide in 'IN' marker to where your audio should change volume 
  169. (NOTE: this is the ACTUAL start point of the audio dissolve!) & close 
  170. its window when done
  171.  
  172. From this point on everything is automated by ARexx, there are no 
  173. numbers to remember, start times to add together etc.
  174.  
  175.   (4) Run this ARexx routine (with the second audio clip still  
  176. highlighted)
  177.  
  178.    The Arexx routine will ask you for the volume level for the 
  179. second clip, and for the length of the transition time for the level 
  180. change.
  181.  
  182.    That's it - you're all done.  You can even start over by  
  183. duplicating the second clip & begin your next 'volume change'.
  184.  
  185. Notes...
  186.    This routine never alters the IN points of any clips, so that is 
  187. where you have control to simply move an IN and re-run this routine 
  188. again to move your fade point.  
  189.  
  190.    The out point of the final audio crouton has the real ending of 
  191. the clip.  The out point of the earlier clip is set by this routine to 
  192. overlap into the second crouton.
  193.  
  194.    This routine is designed to work with one audio clip that gets 
  195. duplicated.  It will NOT cross fade between two different clips, and 
  196. it will NOT skip out sections of the audio clip.  It is designed (for 
  197. safety) to adjust levels at pre-set points for one continuously 
  198. running audio clip only.
  199.  
  200.    You might also notice that the louder clips are set with your 
  201. requested fade time, but the softer clips are set with shorter fade 
  202. times - this is to eliminate any hollow spots in the fade & to 
  203. establish the soft level quickly beneath the fading loud level.  You 
  204. can go in afterwards & change these fade lengths manually to go for a 
  205. different effect.
  206.  
  207. --------------------------------------------------------------
  208.  
  209. Grp_Adjust.rexx V1.3
  210.  
  211.    Allows you to adjust the start point of a set of linked audio 
  212. clips.  You can move the whole set & maintain their delays & fade 
  213. points.       
  214.  
  215.    To use: find a set of AUDIO clips in your project that are 
  216. together in a row, highlight one of them (usually the first) and run 
  217. this ARexx routine.  You can adjust the highlighted clip's start time 
  218. and every AUDIO clip that follows in the set will change also, to 
  219. maintain the same delay.  
  220.  
  221.    Notes: This routine starts at the highlighted clip and stops at 
  222. the first NON AUDIO clip. (e.g. effect, stop, still, video etc.)            
  223.  
  224.    It is presumed that you wish to maintain everything else about 
  225. the set of clips, so this routine ONLY changes 'start times' it does 
  226. not alter the 'lock to' mode of any clip.
  227.  
  228. --------------------------------------------------------------
  229.  
  230. Grp-Link.rexx V1.3
  231.  
  232.    Links a set of AUDIO clips together so that each will start after 
  233. the previous one ends.  Great for joining music clips that are placed 
  234. together at the start of a project.  (Starts at selected clip and goes 
  235. to the first NON-AUDIO clip)
  236.  
  237.    To use: find or place a number of AUDIO clips together in a row, 
  238. highlight one of them and run this ARexx routine.  Every AUDIO clip 
  239. will be timed to start immediately after the one before finishes.
  240.  
  241.    Note: This routine starts at the highlighted clip and stops at 
  242. the first NON AUDIO clip. (e.g. effect, stop, still, video etc.)            
  243.  
  244. --------------------------------------------------------------
  245.  
  246. Grp-Vols.rexx V1.3
  247.  
  248.    Group Volume Control.  Changes the audio volumes of a project in 
  249. many ways, Absolute, Proportional or Relative.  Try Proportional - it 
  250. maintains your mixing balance by adjusting by percentages.
  251.  
  252.    This routine allows a variety of methods to select the clips you 
  253. wish to affect. (e.g. Video or audio clips, & audio channel assignment
  254. ( ch1, ch2, stereo, audio OFF.)
  255.  
  256.    Note: This routine operates only on clips starting at the  
  257. highlighted one through to either a STOP crouton or the end of  
  258. project.  Place a STOP crouton (found in Effects/Control folder) into 
  259. your project, if you wish to limit this routine. 
  260.  
  261. --------------------------------------------------------------
  262.  
  263. Fix-Jitter.rexx v1.3 
  264.  
  265.    A major cause of video "jitters" in a project has been any STILL 
  266. or FRAMESTORE that has an odd length (i.e. 4:15).  This routine 
  267. searches your entire project from top to end, and adds 1 frame to any 
  268. odd length stills & frames to help get a perfect playback.  This bug 
  269. has been fixed in 4.1, but this will still help older projects.
  270.  
  271. --------------------------------------------------------------
  272.  
  273. Kill Window.rexx v1.3
  274.  
  275.    This will close down any requestor windows that may get left open 
  276. after an Arexx crash.  Unlikely you will need it, but it is safe to 
  277. run anytime.  Simpy click on it & it is done.  If you ever get left 
  278. with an open window in the way, try this.  It's better than re-booting 
  279. anyday.
  280.  
  281. --------------------------------------------------------------
  282.  
  283. Set-Fine.rexx V1.3
  284.  
  285.    Sets AUDIO and/or VIDEO clips to either Fine Tune or Quick Tune 
  286. display modes - from the SELECTED icon through to a STOP icon or End 
  287. of Project.
  288.  
  289. *** Note Flyer 4.1 allows you to open all Fine Tune windows (HOORAY!) 
  290. so this Arexx routine will probably no longer be needed, though it 
  291. does let be selective.
  292.  
  293. --------------------------------------------------------------
  294.  
  295. Set-Stills.rexx V1.3
  296.  
  297.    Sets a series of FRAMESTORES or VIDEO STILLS to a new timing.  
  298. Operates from selected still through to STOP icon, or End of Project.
  299.  
  300.    To use: highlight a FRAMESTORE or VIDEO STILL.  Then run this 
  301. ARexx routine.  It will allow you to set a timing for this and every 
  302. still that follows.  Place a STOP icon in your project to limit this 
  303. routine.
  304.  
  305. --------------------------------------------------------------
  306.  
  307. Set-Fade.rexx V1.3
  308.  
  309.    Sets a series of SMOOTH FADE effects to a new timing.   
  310. Operates from selected still through to STOP icon, or End of Project.
  311.  
  312.    To use: highlight a SMOOTH FADE effect.  Then run this  
  313. ARexx routine.  It will allow you to set a timing for this and every 
  314. SMOOTH FADE effect that follows.  Place a STOP icon in your project to 
  315. limit this routine.
  316.  
  317. --------------------------------------------------------------
  318.  
  319.    These routines, along with a document file, are all in a folder 
  320. named 'Oz' that is placed in your "Toaster:Arexx/Editor/" folder.  You 
  321. can read the doc file by clicking on the read icons, or use any text 
  322. reader (more, less, muchmore, muchless, lotsmore, hardlyany...)
  323.  
  324.  
  325.                       * * *  The Deal  * * *
  326.  
  327.    These programs are released as "CareWare".  How does CareWare 
  328. work?  Since all of these routines will save you time, you will end up 
  329. with extra time on your hands.  Spend an occasional extra few minutes 
  330. caring for the earth, for your community, for your family, and/or, for 
  331. yourself and we will all be paid back plenty.  Make the time.  
  332.  
  333.    Enjoy the freedom.  (They are dedicated to any flyer owner who 
  334. had to work with Flyer version 4.04b.)
  335.  
  336.    Later mates,
  337.  
  338.          Aussie - Michael Holten
  339.  
  340.  
  341. P.S. please read the notice about our new OZ program set, Co-Pilot.
  342.       We would love to have you join us.
  343.  
  344.  
  345.  
  346.                        OZware
  347.                        (36O) 8O5-0148
  348.                        2123O Meadow Lake Rd.
  349.                        Snohomish, WA 9829O
  350.